home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
C
/
Mesa
/
src-aux
/
image.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-03-05
|
226 b
|
13 lines
#include "gltk.h"
#include "glaux.h"
#if defined(__cplusplus) || defined(c_plusplus)
#define class c_class
#endif
AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
{
return (AUX_RGBImageRec *)tkRGBImageLoad(fileName);
}